home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SCRIPT.PAK / BLOCK.SPP next >
Text File  |  1997-05-06  |  448b  |  18 lines

  1. //----------------------------------------------------------------------------
  2. // cScript
  3. // (C) Copyright 1995, 1997 by Borland International, All Rights Reserved
  4. //
  5. // BLOCK.SPP
  6. //    Provides support services for blocking operations.
  7. //
  8. // $Revision:   1.15  $
  9. //
  10. //----------------------------------------------------------------------------
  11.  
  12. import IDE;
  13. import editor;
  14.  
  15. // mark this module as being a library module
  16. library;
  17.  
  18.